home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Windows files / Q3WinSDK.exe / QD3DSDK / Samples / ViewerSampleWin32Only / QD3DSample.RC < prev    next >
Encoding:
Text File  |  1996-12-20  |  3.5 KB  |  148 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "winver.h"
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20.  
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26.  
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Icon
  30. //
  31.  
  32. // Icon with lowest ID value placed first to ensure application icon
  33. // remains consistent on all systems.
  34. IDI_APP                 ICON    DISCARDABLE     "RES/QD3DSample.ICO"
  35.  
  36. /////////////////////////////////////////////////////////////////////////////
  37. //
  38. // Menu
  39. //
  40.  
  41. IDR_GENERIC MENU DISCARDABLE 
  42. BEGIN
  43.     POPUP "&File"
  44.     BEGIN
  45.         MENUITEM "E&xit",                       IDM_EXIT
  46.     END
  47. END
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Accelerator
  53. //
  54.  
  55. IDR_GENERIC ACCELERATORS MOVEABLE PURE 
  56. BEGIN
  57.     "Q",            IDM_EXIT,               VIRTKEY, CONTROL, NOINVERT
  58. END
  59.  
  60.  
  61. #ifndef _MAC
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Version
  65. //
  66.  
  67. 1 VERSIONINFO
  68.  FILEVERSION 1,5,0,23
  69.  PRODUCTVERSION 1,5,0,23
  70.  FILEFLAGSMASK 0x3fL
  71. #ifdef _DEBUG
  72.  FILEFLAGS 0x2bL
  73. #else
  74.  FILEFLAGS 0x2aL
  75. #endif
  76.  FILEOS 0x4L
  77.  FILETYPE 0x1L
  78.  FILESUBTYPE 0x0L
  79. BEGIN
  80.     BLOCK "StringFileInfo"
  81.     BEGIN
  82.         BLOCK "040904e4"
  83.         BEGIN
  84.             VALUE "CompanyName", "Apple Computer, Inc.\0"
  85.             VALUE "FileDescription", "QuickDraw 3D Viewer Application\0"
  86.             VALUE "FileVersion", "\0"
  87.             VALUE "InternalName", "Quickdraw 3D Viewer Demo\0"
  88.             VALUE "LegalCopyright", "Copyright © 1996 Apple Computer, Inc.\0"
  89.             VALUE "LegalTrademarks", "QuickDraw is a trademark of Apple Computer, Inc.\0"
  90.             VALUE "OriginalFilename", "\0"
  91.             VALUE "ProductName", "QuickDraw 3D Demo\0"
  92.             VALUE "ProductVersion", "\0"
  93.             VALUE "SpecialBuild", "Preliminary\0"
  94.         END
  95.     END
  96.     BLOCK "VarFileInfo"
  97.     BEGIN
  98.         VALUE "Translation", 0x409, 1252
  99.     END
  100. END
  101.  
  102. #endif    // !_MAC
  103.  
  104.  
  105. #ifdef APSTUDIO_INVOKED
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // TEXTINCLUDE
  109. //
  110.  
  111. 1 TEXTINCLUDE DISCARDABLE 
  112. BEGIN
  113.     "resource.h\0"
  114. END
  115.  
  116. 2 TEXTINCLUDE DISCARDABLE 
  117. BEGIN
  118.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  119.     "#include ""windows.h""\r\n"
  120.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  121.     "#include ""winver.h""\r\n"
  122.     "\0"
  123. END
  124.  
  125. 3 TEXTINCLUDE DISCARDABLE 
  126. BEGIN
  127.     "\r\n"
  128.     "\0"
  129. END
  130.  
  131. #endif    // APSTUDIO_INVOKED
  132.  
  133. #endif    // English (U.S.) resources
  134. /////////////////////////////////////////////////////////////////////////////
  135.  
  136.  
  137.  
  138. #ifndef APSTUDIO_INVOKED
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // Generated from the TEXTINCLUDE 3 resource.
  142. //
  143.  
  144.  
  145. /////////////////////////////////////////////////////////////////////////////
  146. #endif    // not APSTUDIO_INVOKED
  147.  
  148.